Skip to main content
GET
/
events
[BETA] List monitoring events (workspace)
curl --request GET \
  --url https://api.getpg.ai/public-api/v1/events \
  --header 'x-api-key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.getpg.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your API key for authentication. Get your API key from the PG:AI dashboard under Settings > API Keys.

Query Parameters

page
integer
default:1

Page number

per_page
integer
default:25

Page size. Default 25, maximum 50 on all list endpoints. Omit to use the default; increase up to 50 only if you need larger pages.

event_type
string

Filter by event type

event_source
string

Filter by source

since
string

ISO lower bound

until
string

ISO upper bound

Response

Success

Response data